projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71cbed3
)
i2c: Fix the comment to match the function described
author
Stefan Roese
<
[email protected]
>
Wed, 25 Nov 2015 06:41:58 +0000
(07:41 +0100)
committer
Heiko Schocher
<
[email protected]
>
Fri, 27 Nov 2015 04:54:21 +0000
(
05:54
+0100)
Use the correct function name in the function description.
Signed-off-by: Stefan Roese <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Cc: Heiko Schocher <
[email protected]
>
include/i2c.h
patch
|
blob
|
history
diff --git
a/include/i2c.h
b/include/i2c.h
index 6493931c3539daac140518146974ee49e83ca1ff..1f5ae4538a70e00ce846ee9fa3262a11aaaebc15 100644
(file)
--- a/
include/i2c.h
+++ b/
include/i2c.h
@@
-499,7
+499,8
@@
int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len,
struct udevice **devp);
/**
- * i2c_get_chip() - get a device to use to access a chip on a bus number
+ * i2c_get_chip_for_busnum() - get a device to use to access a chip on
+ * a bus number
*
* This returns the device for the given chip address on a particular bus
* number.